home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Utilities / SCSIQuery / SCSIQuery.readme < prev    next >
Encoding:
Text File  |  1998-08-01  |  7.3 KB  |  208 lines

  1. Short:    Prints internal infos of SCSI devices
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     disk/misc
  5. Version:  1.15
  6. Requires: Os 2.04, a true SCSI-2 device (HD,CD mostly)
  7.  
  8. _____________________________________________________________________________
  9.  
  10. Fixed the mis-interpretation of one bit in the caching page.
  11. The Read-Capacity/Read defect list command is no longer sent to 
  12. tape devices which usually do not provide this command.
  13. Added some additional mode pages.
  14. _____________________________________________________________________________
  15.  
  16. This tool prints all internal information of a SCSI device it can hold
  17. of, including the mode pages and the bad block lists. This might be 
  18. interesting for developers of SCSI software and hardware.
  19.  
  20. SCSIQuery replaces the older ProbSCSI which doesn't seem to run stable under
  21. certain (and in some sense broken) hardware, like the CyberSCSI device
  22. which doesn't seem to follow the RKRMs on each word. 
  23.  
  24.  
  25. Features:
  26.  
  27.     - Prints the device inquiry status
  28.     - Prints SCSI mode pages by their structure. It knowns most
  29.       HD and CD rom pages, and unknown pages are printed in hex dump.
  30.     - Prints the device capacity.
  31.     - Prints the defect list.
  32.     - Knows some Iomega extensions, most noticable for ZIP and JAZ.    
  33.       However, this is far from being complete due to the strange
  34.       information policy of Iomega.
  35.     - tested on the gvpscsi.device, the oktagon.device and the
  36.       (cyber)scsi.device. Should work on every device that follows
  37.       the RKRMs scsi.device documentations (roughly, at least).
  38.  
  39. To do:
  40.     Quite a lot, actually. However, it doesn't look I'm gonna have a
  41.     lot of time to develop this program further. It currently does what
  42.     it is supposed to do, but could do a lot better.
  43.  
  44.     - A GUI is missing. I'm just to lazy to write one in the current
  45.       state of this program.
  46.     - SCSIQuery doesn't allow to change or save the mode pages.
  47.     - Only mode pages for HD and CD are supported, no scanner/printer/
  48.       floptical and other SCSI device support. More mode pages might
  49.       be added on request.
  50.     - No LOG PAGES support yet.
  51.     - The readme is really a bit unhelpful. This program really lacks
  52.       a full detailed guide. However, lack of time... (-;
  53.  
  54.  
  55. Additional note:
  56.  
  57. Requests about what the output of this program means ARE NOT welcome. The
  58. SCSI-II specifications are available in public and they include all this
  59. information. 
  60.  
  61.  
  62. WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED
  63.  
  64. More SCSI mode page informations. I'm able to implement all official pages
  65. of the SCSI-II specifications since I've a copy of the SCSI specifications,
  66. however, there are more, vendor specific pages I've no idea about. Getting
  67. hold of the Iomega specifications would really, really help.
  68.  
  69. If you've ANY information about these (not the official SCSI-II pages!) 
  70. additional pages, please, please PLEASE LEMME KNOW!
  71.  
  72. WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED - WANTED
  73. _________________________________________________________________________________
  74.  
  75. Installation:
  76.  
  77.     Just copy it whereever you want to keep it. Needs nothing more.
  78.  
  79.  
  80. Synopsis:
  81.  
  82. SCSIQuery HANDLER,DEVICE/K,UNIT/N,FLAGS/N
  83.  
  84.     
  85.     HANDLER        the name of the DOS handler controlling a SCSI    
  86.             device. DO NOT specify handlers that are not
  87.             linked to SCSI devices, this will either abort
  88.             with an error message in the best case, or crashes
  89.             the system in the worst case.
  90.  
  91.     DEVICE        alternatively, the exec style device to look at.
  92.  
  93.     UNIT        the unit of the exec device to investigate.
  94.  
  95.     FLAGS        flags used for opening the specific device;
  96.             defaults to zero and are not required in most cases.
  97.  
  98.  
  99. Examples:
  100.  
  101.  
  102. To investigate your system partition, try:
  103.  
  104. SCSIQuery DH0:
  105.  
  106.  
  107. To print information about your CD ROM, try:
  108.  
  109. SCSIQuery CD0:
  110.  
  111.  
  112. To query the SCSI device connected to the "gvpscsi.device", unit 6, try:
  113.  
  114. SCSIQuery DEVICE=gvpscsi.device UNIT=6
  115.  
  116.  
  117. To query the SCSI device connected to the "oktagon.device", unit 0, try:
  118.  
  119. SCSIQuery DEVICE=oktagon.device UNIT=0
  120.  
  121. _____________________________________________________________________________
  122.  
  123. Special thanks goes to Werner Müller for testing. This program was actually
  124. written to help him finding problems in his SCSI configuration.
  125. _____________________________________________________________________________
  126.  
  127.                          The THOR-Software Licence (v2, 24th June 1998)
  128.  
  129.  
  130. This License applies to the computer programs known as "SCSIQuery".
  131. The "Program", below, refers to such program. The "Archive" refers to the 
  132. original and unmodified package of distribution, as prepared by the author 
  133. of the Program. Each licensee is addressed as "you".
  134.  
  135.  
  136.  
  137. The Program and the data in the archive are freely distributable
  138. under the restrictions stated below, but are also Copyright (c)
  139. Thomas Richter.
  140.  
  141. Distribution of the Program, the Archive and the data in the Archive by a
  142. commercial organization without written permission from the author to any
  143. third party is prohibited if any payment is made in connection with such
  144. distribution, whether directly (as in payment for a copy of the Program) or
  145. indirectly (as in payment for some service related to the Program, or
  146. payment for some product or service that includes a copy of the Program
  147. "without charge"; these are only examples, and not an exhaustive enumeration
  148. of prohibited activities).
  149.  
  150.  
  151. However, the following methods of distribution
  152. involving payment shall not in and of themselves be a violation of this
  153. restriction:
  154.  
  155.  
  156. (i) Posting the Program on a public access information storage and
  157. retrieval service for which a fee is received for retrieving information
  158. (such as an on-line service), provided that the fee is not
  159. content-dependent (i.e., the fee would be the same for retrieving the same
  160. volume of information consisting of random data).
  161.  
  162.  
  163. (ii) Distributing the Program on a CD-ROM, provided that
  164.  
  165. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  166. especially this licence agreement;
  167.  
  168. b) the CD-ROM is made available to the public for a nominal fee only,
  169.  
  170. c) a copy of the CD is made available to the author for free except for
  171. shipment costs, and
  172.  
  173. d) provided further that all information on such CD-ROM is redistributable
  174. for non-commercial purposes without charge.
  175.  
  176.  
  177. Redistribution of a modified version of the Archive, the Program or the
  178. contents of the Archive is prohibited in any way, by any organization,
  179. regardless whether commercial or non-commercial. Everything must be kept
  180. together, in original and unmodified form.
  181.  
  182.  
  183.  
  184.  
  185. Limitations.
  186.  
  187.  
  188. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  189. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  190. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  191. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  192. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  193. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  194. SERVICING, REPAIR OR CORRECTION.
  195.  
  196.  
  197. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  198. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  199. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  200.  
  201.  
  202.                                                         Thomas Richter
  203. _____________________________________________________________________________
  204.  
  205. And now, have fun!
  206.  
  207.     Thomas        (August 1998)
  208.